home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMVIEWPICTURE / TFRMVIEWPICTURE.txt
Text File  |  2007-07-13  |  585b  |  29 lines

  1. object frmViewPicture: TfrmViewPicture
  2.   Left = 446
  3.   Top = 290
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   ClientHeight = 266
  6.   ClientWidth = 442
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   KeyPreview = True
  10.   OldCreateOrder = False
  11.   OnCreate = FormCreate
  12.   OnKeyPress = FormKeyPress
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgPicture: TTntImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 442
  20.     Height = 266
  21.     Align = alClient
  22.     Center = True
  23.     Proportional = True
  24.     OnClick = imgPictureClick
  25.     ExplicitWidth = 500
  26.     ExplicitHeight = 328
  27.   end
  28. end
  29.